home *** CD-ROM | disk | FTP | other *** search
-
-
-
- VVVVkkkkBBBBuuuussssyyyyDDDDiiiiaaaalllloooogggg((((3333xxxx)))) VVVVkkkkBBBBuuuussssyyyyDDDDiiiiaaaalllloooogggg((((3333xxxx))))
-
-
-
- NNNNAAAAMMMMEEEE
- VkBusyDialog - Manage and display busy dialogs
-
- IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
- VkDialogManager : VkComponent : VkCallbackObject
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <Vk/VkBusyDialog.h>
-
- PPPPUUUUBBBBLLLLIIIICCCC PPPPRRRROOOOTTTTOOOOCCCCOOOOLLLL SSSSUUUUMMMMMMMMAAAARRRRYYYY
- CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr////DDDDeeeessssttttrrrruuuuccccttttoooorrrr
- VkBusyDialog(const char* name);
- virtual void ~VkBusyDialog(void);
-
-
- CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- This class displays a busy dialog, using the caching facilities of
- the VkDialogManager class. The busy dialog is nearly always posted
- by VkApp as a result of a call to _b_u_s_y().
-
-
-
- DDDDEEEERRRRIIIIVVVVIIIINNNNGGGG SSSSUUUUBBBBCCCCLLLLAAAASSSSSSSSEEEESSSS
- VkApp allows derived classes to be installed as the current busy
- dialog, to be posted when the application calls _b_u_s_y(). Any dialog
- manager installed as VkApp's busy dialog must be derived from
- VkBusyDialog.
-
-
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- VVVVkkkkBBBBuuuussssyyyyDDDDiiiiaaaalllloooogggg(((())))
- VkBusyDialog(const char* name);
-
-
- Initializes a VkBusyDialog object. This dialog should not be
- instantiated directly. It is instantiated when the first reference
- is made to the variable _t_h_e_B_u_s_y_D_i_a_l_o_g. Once instantiated, the
- default busy dialog object can always be referenced as
- _t_h_e_D_e_f_a_u_l_t_B_u_s_y_D_i_a_l_o_g. The currently installed busy dialog can
- always be referenced as _t_h_e_B_u_s_y_D_i_a_l_o_g.
-
- ~~~~VVVVkkkkBBBBuuuussssyyyyDDDDiiiiaaaalllloooogggg(((())))
- virtual void ~VkBusyDialog(void);
-
-
- Frees the storage associated with a VkBusyDialog object. The default
- VkBusyDialog object should not be freed, unless the application has
- installed an alternate busy dialog that will always be used.
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- VVVVkkkkBBBBuuuussssyyyyDDDDiiiiaaaalllloooogggg((((3333xxxx)))) VVVVkkkkBBBBuuuussssyyyyDDDDiiiiaaaalllloooogggg((((3333xxxx))))
-
-
-
- IIIINNNNHHHHEEEERRRRIIIITTTTEEEEDDDD MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNNSSSS
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkDDDDiiiiaaaallllooooggggMMMMaaaannnnaaaaggggeeeerrrr
- show(), hide(), className(), prepost() ok(), cancel(), apply(),
- setTitle(), setButtonLabels(), unpost(), unpostAll(),
- centerOnScreen(), lastPosted(), post(), postModal(), postBlocked(),
- postAndWait(), _action, _showOK, _showCancel, _showApply,
- _allowMultipleDialogs, _minimizeMultipleDialogs
-
-
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCoooommmmppppoooonnnneeeennnntttt
- installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
- setDefaultResources(), getResources(), VkComponent(), manage(),
- unmanage(), baseWidget(), okToQuit(), _name, _baseWidget, _w,
- deleteCallback
-
-
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkCCCCaaaallllllllbbbbaaaacccckkkkOOOObbbbjjjjeeeecccctttt
- callCallbacks(), addCallback(), removeCallback(),
- removeAllCallbacks()
-
-
- VVVVIIIIEEEEWWWWKKKKIIIITTTT 2222....1111 CCCCHHHHAAAANNNNGGGGEEEESSSS
- In multi-screen enabled applications or components, references to
- _t_h_e_B_u_s_y_D_i_a_l_o_g or _t_h_e_D_e_f_a_u_l_t_B_u_s_y_D_i_a_l_o_g will only be valid for the _d_e_f_a_u_l_t
- screen in the application. The following new function API's will return
- the VkBusyDialog associated with the appropriate screen;
-
-
- VkBusyDialog *getTheBusyDialog(VkComponent *comp);
- VkBusyDialog *getTheDefaultBusyDialog(VkComponent *comp);
-
-
- KKKKNNNNOOOOWWWWNNNN DDDDEEEERRRRIIIIVVVVEEEEDDDD CCCCLLLLAAAASSSSSSSSEEEESSSS
- VkInterruptDialog
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- VkComponent _V_i_e_w_K_i_t _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m, DEC Press, Bob Sheifler and Jim Gettys
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m _T_o_o_l_k_i_t, DEC Press, Paul Asente and Ralph Swick
- _T_h_e _O_S_F/_M_o_t_i_f _P_r_o_g_r_a_m_m_e_r_s _R_e_f_e_r_e_n_c_e, Prentice Hall, OSF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-